home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000052_news@newsmaster….columbia.edu _Mon Jan 5 09:46:55 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA24078
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 5 Jan 1998 09:46:55 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA06915
  7.     for kermit.misc@watsun; Mon, 5 Jan 1998 09:46:55 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K/2 gotchas
  12. Date: 5 Jan 1998 14:46:52 GMT
  13. Organization: Columbia University
  14. Lines: 60
  15. Message-ID: <68qros$3ht$1@apakabar.cc.columbia.edu>
  16. References: <TCPSMTP.18.1.4.-14.19.44.2375661496.4900277@kincyb.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8220
  19.  
  20. In article <TCPSMTP.18.1.4.-14.19.44.2375661496.4900277@kincyb.com>,
  21.  <dallasii@kincyb.com> wrote:
  22. : >: ... the BBS generates a stream of
  23. : >: 
  24. : >: ^H|^H/^H-^H\^H|^H/^H-^H\^H...........
  25. : >: 
  26. : >: to indicate that things are not dead while the package is prepared.
  27. :
  28. : > What is the syntax of your INPUT command?
  29. : How about this:
  30. : ; *** File KINCYB.QWK (307954 bytes long) is now ready for download ***
  31. : input 500 is now ready for download ***
  32. It looks fine.  I tested this here by created a file containing 125,000
  33. repetitions of ^H|^H/^H-^H\^H| (a total of 1MB) followed by
  34. "*** File KINCYB.QWK (307954 bytes long) is now ready for download ***".
  35. I told the host to display this file while K-95 was executing:
  36.  
  37.   input 500 is now ready for download ***
  38.  
  39. It worked fine.  Could it be that the message "*** File KINCYB.QWK (307954
  40. bytes long) is now ready for download ***" is not sent in one piece?
  41.  
  42. : > Well, this kind of script programming is a lot easier now that both 
  43. : > K95 (K/2) and MS-DOS Kermit support the MINPUT command (INPUT that looks
  44. : > for Many things at once).  There is virtually no longer any need for
  45. : > REINPUT.
  46. : Thanks for pointing this out. Is this a real command in MS-DOS 
  47. : Kermit 3.15?
  48. :
  49. Yes.
  50.  
  51. : I see where a macro MINPUT is shown in the KERMIT.BWR for 3.14 
  52. : documentation file.
  53. :
  54. Look in MSK315.DOC.  It's also documented in "Using C-Kermit", 2nd Ed,
  55. which comes with K95.
  56.  
  57. : Trying to think of anything else that might be important on this,
  58. : the only other things I can think of are that I'm using an old style
  59. : 83 key (or what ever - less than 90) keyboard (it never previously 
  60. : caused any problem that I'm aware of), and the USR modem acts a little
  61. : flakey when we get what passes for winter weather out here.  I
  62. : really don't know if this last point is the modem or something with 
  63. : the phone lines when they get cold or damp.  (I'll try it with the Zoom 
  64. : internal as well to check on that.  The (slower) Zoom never seems to be
  65. : bothered by the weather.)
  66. Although it is an exercise in futility these days, we recommend -- and
  67. always have recommended -- against internal modems.  Modems being what they
  68. are these days (buggy), do you really want one of the plugged into the *bus*
  69. of your computer?  See Item 22 of the Kermit FAQ:
  70.  
  71.   http://www.columbia.edu/kermit/faq.html
  72.   ftp://kermit.columbia.edu/kermit/faq.txt
  73.  
  74. - Frank